<!DOCTYPE html>
<html>
<body>

<p> <a href="www.google.com"> click here to go to HFS </a> </p>

<!-- Picture must come form your HFS SITE  -->
<img src="http://www.makemoney-whj.com/images/Online.jpg" onerror="myFunction()">

<!-- Write your comments here -->
<!-- http://www.w3schools.com/jsref/event_onerror.asp -->
<!-- If server is down, picture will not load, and dispaly this text -->

<p id="demo"></p>
<script>
function myFunction() {
    document.getElementById("demo").innerHTML = "The server is offline.";
}
</script>

</body>
</html>
